Skip to main content

Get TLD details from specified network

Returns details of HNS-related TLDs from a specified network.

Request Parameters
  • network string required

    Network to query. Valid parameters are: testnet, mainnet.

Responses

Success

{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "array",
"items": {
"$ref": "#/definitions/Welcome1Element"
},
"definitions": {
"Welcome1Element": {
"type": "object",
"additionalProperties": false,
"properties": {
"idx": {
"type": "integer"
},
"topic_id": {
"type": "string"
},
"domain": {
"type": "string"
},
"tld_hash": {
"type": "string"
},
"sld_hash": {
"type": "string"
},
"contract_id": {
"type": "string"
},
"contract_evm": {
"type": "string"
},
"token_id": {
"type": "string"
},
"network": {
"type": "string"
}
},
"required": [
"contract_evm",
"contract_id",
"domain",
"idx",
"network",
"sld_hash",
"tld_hash",
"token_id",
"topic_id"
],
"title": "Welcome1Element"
}
}
}
Loading...